From 9f8ef8ef15eb16f6286dabec4f5c876318f2e8f9 Mon Sep 17 00:00:00 2001 From: "robertlipe@gmail.com" Date: Fri, 24 Aug 2012 19:29:57 +0000 Subject: [PATCH] Add doc for new Motoactv format. Tweak gtrnctr doc to reflect new changes. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4191 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/xmldoc/formats/gtrnctr.xml | 6 ++---- gpsbabel/xmldoc/formats/motoactv.xml | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 gpsbabel/xmldoc/formats/motoactv.xml diff --git a/gpsbabel/xmldoc/formats/gtrnctr.xml b/gpsbabel/xmldoc/formats/gtrnctr.xml index fa2459b1f..6584bfd5e 100644 --- a/gpsbabel/xmldoc/formats/gtrnctr.xml +++ b/gpsbabel/xmldoc/formats/gtrnctr.xml @@ -18,7 +18,8 @@ it, the fundamentals of Training Center are different. It deals in concepts like laps and calories, which are rather alien to GPSBabel and most of the formats we support. As such, while we can describe the tracks pretty accurately, things like calories and heart zone -tracking are not supported. +tracking are not supported. Some of the auxiliary data, such as +heart rate (not zone), cadence, and bicycling power are supported. One of the most useful things you can do with this format is to send @@ -34,6 +35,3 @@ gpsbabel -i gtrnctr -f somefile.tcx -x simplify,count=50 where you select the count not to exceed the number of available waypoints for routing on your device. - - - diff --git a/gpsbabel/xmldoc/formats/motoactv.xml b/gpsbabel/xmldoc/formats/motoactv.xml new file mode 100644 index 000000000..047bc0269 --- /dev/null +++ b/gpsbabel/xmldoc/formats/motoactv.xml @@ -0,0 +1,20 @@ + +The MotoACTV smart watch creates csv +format files. GPSBabel can read and write these files through +the xcsv format when using the included motoactv.style specification. + + +The specific format of the csv file has changed over time, to +add new data fields. The current version of the GPSBabel style +specification expects to work with this ordered set of fields: + + +"DISTANCE","activity_id","HEARTRATE","SPEED","STEPS_PER_MINUTE", +"LATITUDE","repetitions","temperature","INSTANT_TORQUE_CRANK", +"timestamp_epoch","ELEVATION","POWER","STRIDES","wheel_torque", +"CALORIEBURN","LONGITUDE","CADENCE","heading","STEP_RATE" + + +gpsbabel -i xcsv,style=motoactv.style -f rawDataCsv.csv +-x transform,trk=wpt -o gtrnctr,course=0 -F outfile.tcx + -- 2.30.2